GtkExpander: avoid use of gtk_get_event_widget()
authorJavier Jardón <jjardon@gnome.org>
Fri, 22 Oct 2010 16:14:10 +0000 (18:14 +0200)
committerJavier Jardón <jjardon@gnome.org>
Fri, 22 Oct 2010 16:21:44 +0000 (18:21 +0200)
commit56d5b454431f00ba043c289bc75f4579a6a25696
treee6d31ad3ba4311787dae9fa6df81facb5b7c186d
parent8999053b5f931a8cee054fbc3abaf1edbd5b19a1
GtkExpander: avoid use of gtk_get_event_widget()

We can compare the window to the window instead of the widget to the widget.
gtk/gtkexpander.c